svn path=/trunk/; revision=21851
+2008-12-07 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 563285 – test print backend does not compile
+
+ * modules/printbackends/test/gtkprintbackendtest.c: Clean up
+ includes.
+
2008-12-07 Behdad Esfahbod <behdad@gnome.org>
Bug 563547 – Update gdkx11 atom precache table
#include <glib/gi18n-lib.h>
-#include "gtkprintoperation.h"
+#include <gtk/gtkprintbackend.h>
+#include <gtk/gtkunixprint.h>
+#include <gtk/gtkprinter-private.h>
-#include "gtkprintbackend.h"
#include "gtkprintbackendtest.h"
-#include "gtkprinter.h"
-#include "gtkprinter-private.h"
typedef struct _GtkPrintBackendTestClass GtkPrintBackendTestClass;